home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / GSBug / Release.Notes — Exerciser < prev    next >
Encoding:
Text File  |  1991-10-18  |  3.9 KB  |  97 lines  |  [TEXT/MPS ]

  1. ******************************************************************************************
  2. *                                                                                        *
  3. *                              GS/OS Exerciser Release Notes                             *
  4. *                                                                                        *
  5. *                                   Copyright (c) 1991                                   *
  6. *                                  Apple Computer, Inc.                                  *
  7. *                                  All Rights Reserved                                   *
  8. *                                                                                        *
  9. ******************************************************************************************
  10.  
  11. Version 6.0d6 - 18 Oct 91
  12. =========================
  13.  
  14. 1)    Added support for new call - $3A, SetStdRefNum.
  15.  
  16. 2)    Removed $0D-Null from splash screen to make room for $3A-SetStdRefNum.  Note that
  17.     the user can still make a Null call, it just isn't displayed on the prompt screen
  18.     (similar to the ResetCache call).
  19.  
  20. 3)    After scanning the remainder of the release notes, I realized that I never
  21.     documented what I did for the ResetCache call.  So, here goes!  The Null and
  22.     ResetCache calls do not appear on the prompt screen, due to space considerations.
  23.     These two calls can still be made with the Exerciser, though.  ResetCache was never
  24.     supported by previous Exercisers, but I thought it would be handy to have in the
  25.     Exerciser.DA for those times that you want to flush the GS/OS disk cache.  I didn't
  26.     bother putting it on the prompt screen because (1) there wasn't enough room, and
  27.     (2) you don't need it all that often, anyway.  I had to remove the Null prompt for
  28.     the same two reasons.
  29.  
  30. 4)    Bug fix:  The "N" command would inadvertently toggle the state of the "L" prompt.
  31.     This has been fixed.
  32.  
  33.  
  34. Version 6.0d5 - 22 May 91
  35. =========================
  36.  
  37. 1)    Bug fix:  GetFileInfo and Open parameter attributes fixed so that the Option List
  38.     parameter is the last parameter that can be moved to using the down arrow key.
  39.  
  40. 2)    At Ron's request, I've added an rVersion resource, so that you don't have to drop
  41.     into the Exerciser just to find out what the version number is.  Instead, you can
  42.     launch the Finder, open up a zillion folders to find the Exerciser, and then do a
  43.     Get Info on the file. ;-)
  44.  
  45.  
  46. Version 6.0d4 - 22 May 91
  47. =========================
  48.  
  49. 1)    Bug fix:  When the up arrow was used to move the input cursor up within the
  50.     parameter block entry screen, and the cursor happened to move past an output
  51.     parameter, the Exerciser would lose count of the number of parameters contained
  52.     in the call.  The problem has been fixed.
  53.  
  54.  
  55. Version 6.0d3 - 26 Feb 91
  56. =========================
  57.  
  58. 1)    Parameter #2 for the GetLevel call was incorrectly flagged as an output parameter.
  59.     This has been corrected.
  60.  
  61. 2)    Two new parameters have been added to the GetRefInfo parameter block.
  62.  
  63.  
  64. Version 6.0d2 - 22 Feb 91
  65. =========================
  66.  
  67. 1)    Added flags and realVolName parameters for enhanced Format and EraseDisk calls.
  68.  
  69. 2)    Added characteristics and device_id parameters for enhanced Volume call.
  70.  
  71. 3)    Added level_mode parameter to GetLevel & SetLevel calls.
  72.  
  73. 4)    Added user_id parameter to the GetName call.
  74.  
  75. 5)    Fixed GetName and GetBootVolume table entries so that an actual result buffer
  76.     is provided for the calls.
  77.  
  78.  
  79. Version 6.0d1 - 29 Jan 91
  80. =========================
  81.  
  82. 1)    Added support for JudgeName call.
  83.  
  84. 2)    Changed default GS/OS call class to class 1.  (No more "k1<return>" when you
  85.     initially launch the program.)
  86.  
  87. 3)    Changed default p_count from minimum to maximum and reworded p_count message on
  88.     menu screen.
  89.  
  90. 4)    Added buffer length word initialization to option_list buffer.
  91.  
  92. 5)    Added support for new parameter to the Flush call.
  93.  
  94. 6)    Bug fix:  GetFSTInfo was displaying the file_sys_id as an input parameter when it
  95.     actually is a result.  BRC #73591.
  96.  
  97.